projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e37b3fa
)
(umask): Do not define in msvc8.
author
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 15:58:08 +0000
(15:58 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 15:58:08 +0000
(15:58 +0000)
src/s/ms-w32.h
patch
|
blob
|
history
diff --git
a/src/s/ms-w32.h
b/src/s/ms-w32.h
index 455cfb2363f79294cbef67738d716da01617eb5a..06b1f8960f0ddb871c8ca29ee51515abdaebe174 100644
(file)
--- a/
src/s/ms-w32.h
+++ b/
src/s/ms-w32.h
@@
-386,7
+386,6
@@
typedef int pid_t;
#define pclose _pclose
#define putw _putw
#define umask _umask
-#define utime _utime
#define utimbuf _utimbuf
#define index strchr
#define rindex strrchr
@@
-398,6
+397,7
@@
typedef int pid_t;
#if !defined (_MSC_VER) || (_MSC_VER < 1400)
#define tzname _tzname
+#define utime _utime
#endif
#ifdef HAVE_NTGUI